home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / src / expat-src.readme < prev    next >
Encoding:
Text File  |  2002-01-07  |  1.5 KB  |  36 lines

  1. Short:    Shared library to parse XML
  2. Author:   James S.Perrin <james.perrin@ntlworld.com>
  3. Uploader: James S.Perrin <james.perrin@ntlworld.com>
  4. Version:  1.0c (1.95.2)
  5. Type:     dev/src
  6.  
  7. Expat is a shared library which is based on the opensource project
  8. http://expat.sourceforge.net and is used to parse XML (eXetendable
  9. Markup Language) documents. XML is the basis of the majority of the
  10. new web technologies being developed by the World Wide Web Consortium
  11. but is also used in business for easy document/data exchange. Since
  12. XML is a can be easily parsed it makes an ideal format for process
  13. communication and configuration/preferance files for applications.
  14. The library itself does NOT require ixemul but some of the examples
  15. may.
  16.  
  17. There are three related archives:
  18.  
  19. util/lib/expat-usr.lha - just the shared library 
  20. dev/c/expat-dev.lha - the header files docs and examples
  21. dev/src/exapt-src.lha - all that's in expat-dev.lha plus the
  22.                         modifed source files
  23.  
  24. The original source is quite mature now, is used in many projects and
  25. is the XML parser used in the Mozilla browser. For more information on
  26. XML look at http://www.xml.com and http://www.w3.org .
  27.  
  28. This is my first attempt at creating a shared library and in most part
  29. used CLib37x.lha by Andreas R. Kleinert.
  30.  
  31. History
  32. 1.0  first release based on expat 1.95.2 src
  33. 1.0b xmlwf documentation added to -dev -src
  34.      added missing config.h to -src
  35. 1.0c fixed example/elements.c -dev -src, I must remember to test everything!
  36.